r2
r1

(새 문서)
1[[분류:틀 설명 문서]][include(틀:설명 문서)]
2[목차]
3== 개요 ==
4이 틀은 개인 사용자 문서 연습장 또는 공식 [[엔트리위키:연습장]]에서 사용할 때 삭제/연습 등 기능을 간편하게 사용하기 위한 틀입니다.
5== 사용 방법 ==
6 * 개인 사용자 문서
7 1. [[틀:연습장/(자신의 닉네임)]] 형식으로 틀을 만듭니다.
8 1. 다음 코드를 모두 복사합니다.
9 {{{#!folding [ 코드 펼치기 · 접기 ]
10{{{[[분류:둘러보기 틀]]
11{{{#!wiki style="display: flex; justify-content: end; margin-top: .75rem;"
12{{{#!wiki class="button-group"
13{{{#!wiki class="button button--danger"
14[[https://entrywiki.org/revert/@calleeTitle@?uuid=내용 삭제|{{{#ce2c31,#ff9592 내용 삭제}}}]]}}}{{{#!wiki class="button button--primary" style="border-left: 1px solid #ddd; border-right: 1px solid #ddd;" dark-style="border-color: #383b40;"
15[[https://entrywiki.org/edit/@calleeTitle@|{{{#0d74ce,#70b8ff 연습 시작}}}]]}}}{{{#!wiki class="button button--success"
16[[https://namu.wiki/w/나무위키:문법 도움말|{{{#008573,#0bd8b6 문법 도움말}}}]]}}}}}}}}}
17{{{#!style
18.button-group {
19 display: flex;
20 overflow: hidden;
21 border: 1px solid #ddd;
22 border-radius: .25rem;
23}
24
25.button {
26 padding: .5rem 1rem;
27}
28
29.button a:hover {
30 text-decoration: none;
31}
32
33.button--danger {
34 background: #fff7f7;
35}
36
37.button--danger:hover {
38 background: #fff0f0;
39}
40
41.button--danger a {
42 color: #ce2c31 !important;
43}
44
45.button--primary {
46 background: #f4faff;
47}
48
49.button--primary:hover {
50 background: #e3f3ff;
51}
52
53.button--primary a {
54 color: #0d74ce !important;
55}
56
57.button--success {
58 background: #f3fbf9;
59}
60
61.button--success:hover {
62 background: #e4ffe4;
63}
64
65.button--success a {
66 color: #008573 !important;
67}
68
69@theseed-dark-mode {
70 .button-group {
71 border-color: #383b40;
72 }
73
74 .button--danger {
75 background: #201314;
76 }
77
78 .button--danger a {
79 color: #ff9592 !important;
80 }
81
82 .button--primary {
83 background: #111927;
84 }
85
86 .button--primary a {
87 color: #70b8ff !important;
88 }
89
90 .button--success {
91 background: #111927;
92 }
93
94 .button--primary a {
95 color: #0bd8b6 !important;
96 }
97}
98}}}
99[include(틀:나무위키에서 가져옴, 문서명=틀:나무위키 연습장/설명문서, 버전=160, uuid=b12a9a79-e163-40e4-adc8-9485ebe1515f)]}}}}}}
100 1. 내 사용자 문서에 이 틀을 추가합니다.
101 1. 사용자 문서에 있는 이 틀을 추가한 버전을 클릭하여 uuid를 복사합니다.
r2
102 1. 위 코드에 있는 'uuid=내용 삭제'를 찾습니다.[*팁 Ctrl + F를 사용하여 찾는다면 더 빨리 찾을 수 있습니다.]
r1

(새 문서)
103 1. 'uuid=내용 삭제'의 '내용 삭제'를 복사한 uuid를 붙여넣습니다.
별도로 명시하지 않은 경우, 내용은 CC0에 따라 사용할 수 있습니다.